c# get date without time

85

c# get date without time -

var dateAndTime = DateTime.Now;
var date = dateAndTime.Date;

Comments

Submit
0 Comments